auto merge of #206 : alexcrichton/cargo/update-toml, r=wycats
authorbors <bors@rust-lang.org>
Wed, 16 Jul 2014 15:12:24 +0000 (15:12 +0000)
committerbors <bors@rust-lang.org>
Wed, 16 Jul 2014 15:12:24 +0000 (15:12 +0000)
commit5152769a10c2279c899454f02df2958e2a009f1e
treeb78e0d4d7c45eeda2a92643f6dff9c14dc1d307a
parent2726d1b98dae8d0af8e9419ff82fe00915fa7033
parent3608fd489218022a1ce8478a320848f25d729022
auto merge of #206 : alexcrichton/cargo/update-toml, r=wycats

TOML recently grew multiline string literals as well as literal strings with no
escaping, which can be used instead of the hokey escape_path() function.